!!!###!!!title=62-How to achieve reverse y-axis effect——VisActor/VChart FAQ documents!!!###!!!

How to achieve the reverse y-axis effect?

Problem Description

Does VChart provide a configuration similar to echarts’ yaxis.inverse?

solution

VChart provides the configuration of axis inversion, corresponding to the inverse attribute. You only need to configure it on the axis in the corresponding direction, as follows:

Code Example